home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / PRIMITIV / FLAT / GUID.CPP < prev   
Encoding:
C/C++ Source or Header  |  1997-07-11  |  395 b   |  13 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: Guid.cpp 1.3 1997/05/12 19:34:48 damien Exp $ */
  3.  
  4. // Rectangular flat surface
  5.  
  6. #define INITGUID        // to initialise the GUIDs
  7.  
  8. #include "I3DExPrm.h"    // IID_I3DExGeometricPrimitive
  9. #include "I3DShUti.h" // IID used by 3DCoFail
  10. #include "COMFlat.h"      // CLSID_Flat
  11. #include "IShFMesh.h"
  12. #include "I3DShUti.h"
  13.